projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa80146
)
Type in comment fixed.
author
Kenichi Handa
<handa@m17n.org>
Fri, 3 Sep 1999 01:28:42 +0000
(
01:28
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 3 Sep 1999 01:28:42 +0000
(
01:28
+0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 20accd77a2066d648db6517f11020b1ef87a9d07..5d2db83521e95306f23fcd056bd675c262a212e2 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1748,7
+1748,7
@@
advance_to_char_boundary (byte_pos)
c = FETCH_BYTE (byte_pos);
if (! CHAR_HEAD_P (c))
{
- /* We should advance BYTE_POS only when C is a constituen of a
+ /* We should advance BYTE_POS only when C is a constituen
t
of a
multibyte sequence. */
DEC_POS (byte_pos);
INC_POS (byte_pos);